libxl: fix guest networking on NetBSD
authorChristoph Egger <Christoph.Egger@amd.com>
Mon, 17 Jan 2011 17:18:38 +0000 (17:18 +0000)
committerChristoph Egger <Christoph.Egger@amd.com>
Mon, 17 Jan 2011 17:18:38 +0000 (17:18 +0000)
commit85b911622372484047c5fbb9dddf52022a265075
tree27ecd53eb00177d34211ccc06158cd0d1f2a076c
parenta4f86af3e4d955172d35f2b5b4db95288d6138ff
libxl: fix guest networking on NetBSD

As previously reported when I start guests with xl then the
guest network does not work because the qemu-ifup script
no longer runs.

NetBSD doesn't have something like udev. Changing xm/xend,
libxl and xenbackendd to make everything behave the same way
is a lot more intrusive than enabling it for NetBSD again.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c